home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / FREENET / FERGUSON / README < prev   
Text File  |  1995-06-02  |  1KB  |  28 lines

  1. !Client_Ex
  2. ==========
  3.  
  4. This is a demo program on how to code an interactive connection
  5. between two hosts (in this case a simple clinet and Newsbase 0.54n)
  6. by using system events amoungst other things.  Commands are issue
  7. via the command window (opened by clicking on the iconbar) and the
  8. server response is shown in the taskwindow (along with the command
  9. send to the server).
  10.  
  11. NOTE this program was written with EasyC and a slightly modified !NetLib
  12. library (that explicitly defined shorts in structs were 16 bit, not the
  13. default 32 bit that Easy C usually defines shorts as).  You need desklib
  14. v2.15 or later to recompile this program.
  15.  
  16. The code is commented for your entertainment.
  17.  
  18. Acks:
  19. -----
  20. Thanks to John Smith and Neil Clegg from whom i got the gist of how to
  21. write an interactive client, and Tom Hughes for the internet stack in
  22. the first place ;o)
  23.  
  24. Use this code as you feel fit - it doesnt do very much, anyway ;o)
  25.  
  26. © Duncan Ferguson (5th June 1995), but use it as you will...
  27.   (dunc@queeg.demon.co.uk)
  28.